home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / bre09051.zip / IPLOCAL.DOC < prev    next >
Text File  |  1993-02-15  |  3KB  |  98 lines

  1. Barren Realms Elite                                   By Mehul Patel
  2.  
  3. InterPlanetary Local Play Documentation               Last Update: 1/19/93
  4. --------------------------------------------------------------------------
  5. Many sysops are unwilling to setup the InterBBS Gaming System are unsure
  6. of its workings or are unwilling to connect to another system.  This file
  7. explains how to set up 2 or more local games to be interconnected so you
  8. may essentially run an "InterPlanetary Local Game".
  9.  
  10. BRE supports connecting 2 (or more with a bit of work) games into an "Inter-BBS"
  11. Game so your players can play on both games and get daily returns from each
  12. BBS allowing your players to, in essence, play 2 or more empires.
  13.  
  14. If you'd like to do this, set up BRE directories (examples use C:\BRE\1 and
  15. C:\BRE\2) and set up PLANDATA.BBS files like this: (see PLANDATA.SAM for
  16. details)
  17.  
  18. C:\BRE\1\PLANDATA.BBS:                       C:\BRE\2\PLANDATA.BBS:
  19. Mehul Patel                                  Mehul Patel
  20. The Solar Realm #1                           The Solar Realm #2
  21. 1/1                                          1/2
  22. C:\BRE\1\FILES                               C:\BRE\2\FILES
  23. C:\BRE\NETMAIL                               C:\BRE\NETMAIL
  24. 1                                            1
  25.  
  26. And Create a Nodelist called BRNODES.DAT in both BRE directories such as:
  27. (See NODEFORM.INF for details)
  28. -------------------------------Cut Here----------------------------------
  29. 1
  30. The Solar Realm #1
  31. 1/1
  32. Houston
  33. TX
  34. USA
  35.  
  36. 2
  37. The Solar Realm #2
  38. 1/2
  39. Houston
  40. TX
  41. USA
  42.  
  43. -----------------------------End Cut Here--------------------------------
  44.  
  45. Then, create C:\BRE\1\FILES, C:\BRE\2\FILES, and C:\BRE\NETMAIL directories
  46. as replacements for the Fidonet Mailer's directories.  BRE will create two
  47. more directories, C:\BRE\1\OUTBOUND and C:\BRE\2\OUTBOUND itself.  BRE can
  48. be run as a normal game from the BBS (have 2 games available - 1 for each
  49. "BBS").  In your BBS's daily Maintainence, add the following:
  50.  
  51. --------Cut Here-------
  52. C:
  53. CD \BRE
  54. CD 1
  55. BRE PLANETARY
  56. CD ..\2
  57. BRE PLANETARY
  58. CD ..\1
  59. COPY OUTBOUND\*.* ..\2\FILES           } Can be replaced with MOVE
  60. DEL OUTBOUND\0*.*                      } if you have it
  61. CD ..\2
  62. COPY OUTBOUND\*.* ..\1\FILES
  63. DEL OUTBOUND\0*.*
  64. CD ..
  65. DEL NETMAIL\*.MSG
  66. -------Cut Here--------
  67.  
  68. That process is equivalent to sending stuff to and receiving stuff from
  69. another BBS and processing it.  If you would like a faster game (ie, forces
  70. return the next day), run the above 3 times.  2 times will speed it up but
  71. not to instant returns.  You can determine how quickly you would like your
  72. game to go inter-game wise.
  73.  
  74. For more than 2 BBS's, the process is the same except the format would be to
  75. make outbound files travel in a loop:
  76.  
  77. --------Cut Here-------
  78. C:
  79. CD \BRE
  80. CD 1
  81. BRE PLANETARY
  82. COPY OUTBOUND\*.* ..\2\FILES           } Can be replaced with MOVE
  83. DEL OUTBOUND\0*.*                      } if you have it
  84. CD ..\2
  85. BRE PLANETARY
  86. COPY OUTBOUND\*.* ..\3\FILES           } Can be replaced with MOVE
  87. DEL OUTBOUND\0*.*                      } if you have it
  88. CD ..\3
  89. BRE PLANETARY
  90. COPY OUTBOUND\*.* ..\1\FILES
  91. DEL OUTBOUND\0*.*
  92. CD ..
  93. DEL NETMAIL\*.MSG
  94. -------Cut Here--------
  95.  
  96. Good luck, and have fun running BRE!
  97.  
  98.